CSharpTest.Net
BulkInsert(IEnumerable<KeyValuePair<TKey,TValue>>) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.BPlusTree Assembly > CSharpTest.Net.Collections Namespace > BPlusTree<TKey,TValue> Class > BulkInsert Method : BulkInsert(IEnumerable<KeyValuePair<TKey,TValue>>) Method

items

Glossary Item Box

Rewrite the entire BTree as a transaction to include the provided items. This method is Thread safe. If the input is already sorted, use BulkInsertOptions overload to specify InputIsSorted = true.

Syntax

Visual Basic (Declaration) 
Public Overloads Function BulkInsert( _
   ByVal items As IEnumerable(Of KeyValuePair(Of TKey,TValue)) _
) As Integer
C# 
public int BulkInsert( 
   IEnumerable<KeyValuePair<TKey,TValue>> items
)

Parameters

items

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys